ComponentOne ASP.NET MVC Controls
InputType Method (InputDateBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > InputDateBaseBuilder<TControl,TBuilder> Class : InputType Method
The value.
Configurates C1.Web.Mvc.InputDateBase.InputType. Sets the "type" attribute of the HTML input element hosted by the control.
Syntax
'Declaration
 
Public Shadows Function InputType( _
   ByVal value As String _
) As TBuilder
public new TBuilder InputType( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
By default, this property is set to "tel", a value that causes mobile devices to show a numeric keypad that includes a negative sign and a decimal separator.
See Also

Reference

InputDateBaseBuilder<TControl,TBuilder> Class
InputDateBaseBuilder<TControl,TBuilder> Members